Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.rendition.publisher--tree

This contribution is part of XML component org.nuxeo.ecm.platform.rendition.publisher inside nuxeo-platform-rendition-publisher-9.10.jar /OSGI-INF/rendition-publisher-contrib.xml

Documentation

PublicationTree that allows retrieving all the published Rendition documents in addition to the 'standard' proxies for the given document.

Extension Point

Extension point tree of component PublisherServiceImpl.

Contributed Items

  • <publicationTree class="org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationCoreTree" name="RenditionPublicationCoreTree"/>

XML Source

<extension point="tree" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      PublicationTree that allows retrieving all the published Rendition documents
      in addition to the 'standard' proxies for the given document.
    </documentation>
    <publicationTree class="org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationCoreTree" name="RenditionPublicationCoreTree"/>

  </extension>